func path/filepath.cleanGlobPathWindows

2 uses

	path/filepath (current package)
		match.go#L268: 		volumeLen, dir = cleanGlobPathWindows(dir)
		match.go#L310: func cleanGlobPathWindows(path string) (prefixLen int, cleaned string) {